home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / fakepoint / smakefile < prev   
Makefile  |  1996-06-20  |  360b  |  20 lines

  1. #
  2. # Makefile for fakepoint
  3. #
  4. #
  5.  
  6. OBJS= fakepoint.o
  7.  
  8. fakepoint: $(OBJS) 
  9.    sc NOCHECKABORT link to fakepoint with <<
  10. $(OBJS)
  11. <
  12.  
  13. fakepoint.o: fakepoint.c scoptions INCLUDE:fakepoint.gst
  14.     sc fakepoint.c GST=INCLUDE:fakepoint.gst NOLINK
  15.  
  16. INCLUDE:fakepoint.gst: gst.c scoptions smakefile
  17.     sc gst.c MAKEGST=INCLUDE:fakepoint.gst IGNORE=105 NOOPTIMIZE
  18.     delete gst.o
  19.  
  20.